Dsl

class Dsl

Types

Link copied to clipboard
class ChannelsProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

repeated .meshtastic.Channel channels = 1;

Link copied to clipboard
@get:JvmName(name = "getVersion")
@set:JvmName(name = "setVersion")
var version: Int

uint32 version = 2;

Functions

Link copied to clipboard

repeated .meshtastic.Channel channels = 1;

Link copied to clipboard

repeated .meshtastic.Channel channels = 1;

Link copied to clipboard
@JvmName(name = "clearChannels")
fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.clear()

repeated .meshtastic.Channel channels = 1;

Link copied to clipboard

uint32 version = 2;

Link copied to clipboard
@JvmName(name = "plusAssignChannels")
inline operator fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.plusAssign(value: ChannelProtos.Channel)
@JvmName(name = "plusAssignAllChannels")
inline operator fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.plusAssign(values: Iterable<ChannelProtos.Channel>)

repeated .meshtastic.Channel channels = 1;

Link copied to clipboard
@JvmName(name = "setChannels")
operator fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.set(index: Int, value: ChannelProtos.Channel)

repeated .meshtastic.Channel channels = 1;